ComponentOne ASP.NET MVC Controls
IsEditable Property (AutoCompleteBase<T>)

C1.Web.Mvc Namespace > AutoCompleteBase<T> Class : IsEditable Property
Gets or sets a value that enables or disables editing of the text in the input element of the ComboBox (defaults to false).
Syntax
'Declaration
 
<DefaultValueAttribute(True)>
Public Overrides Property IsEditable As Boolean
[DefaultValue(true)]
public override bool IsEditable {get; set;}
See Also

Reference

AutoCompleteBase<T> Class
AutoCompleteBase<T> Members